Vcenter NamespaceManagement Clusters Summary
The Vcenter NamespaceManagement Clusters Summary schema contains the basic information about the cluster statistics and status related to vSphere Namespaces.
This schema was added in vSphere API 7.0.0.0.
{
"cluster": "string",
"cluster_name": "string",
"stats": {
"cpu_used": 0,
"cpu_capacity": 0,
"memory_used": 0,
"memory_capacity": 0,
"storage_used": 0,
"storage_capacity": 0
},
"config_status": "string",
"kubernetes_status": "string"
}
Identifier for the cluster.
This property was added in vSphere API 7.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource
.
Name of the cluster.
This property was added in vSphere API 7.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource.name
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource.name
.
Basic runtime statistics for the cluster.
This property was added in vSphere API 7.0.0.0.
Current setting for Vcenter NamespaceManagement Clusters ConfigStatus.
For more information see: Vcenter NamespaceManagement Clusters ConfigStatus.
This property was added in vSphere API 7.0.0.0.
Current setting for Vcenter NamespaceManagement Clusters KubernetesStatus.
For more information see: Vcenter NamespaceManagement Clusters KubernetesStatus.
This property was added in vSphere API 7.0.0.0.